* bytecode.c (Fbyte_code): Pass the correct number of arguments to
authorJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:23:26 +0000 (14:23 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:23:26 +0000 (14:23 +0000)
temp_output_buffer_show.

src/bytecode.c

index c06797337a18e001fa38d3b324be8b522457ef09..904fd2e16aebae385f637102c31e2056e77d090e 100644 (file)
@@ -582,7 +582,7 @@ If the third argument is incorrect, Emacs may crash.")
 
        case Btemp_output_buffer_show:
          v1 = POP;
-         temp_output_buffer_show (TOP, Qnil);
+         temp_output_buffer_show (TOP);
          TOP = v1;
          /* pop binding of standard-output */
          unbind_to (specpdl_ptr - specpdl - 1, Qnil);